agents.bayesianopponentmodel
Class WeightHypothesis

java.lang.Object
  extended by agents.bayesianopponentmodel.Hypothesis
      extended by agents.bayesianopponentmodel.WeightHypothesis

public class WeightHypothesis
extends Hypothesis


Constructor Summary
WeightHypothesis(Domain pDomain)
           
 
Method Summary
 double getWeight(int index)
           
 void setWeight(int index, double value)
           
 java.lang.String toString()
           
 
Methods inherited from class agents.bayesianopponentmodel.Hypothesis
getProbability, setProbability
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WeightHypothesis

public WeightHypothesis(Domain pDomain)
Method Detail

setWeight

public void setWeight(int index,
                      double value)

getWeight

public double getWeight(int index)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object